home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 April / Chip_2002-04_cd1.bin / zkuste / delphi / kolekce / d3456 / BFC.ZIP / bfc / FileCheck demo / FileChk.dfm / FileChk.txt
Text File  |  1999-05-19  |  10KB  |  394 lines

  1. object FM_Reindex: TFM_Reindex
  2.   Left = 51
  3.   Top = 121
  4.   HelpContext = 100
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsSingle
  7.   Caption = 'Biets Freddy Components : FileCheck v1.2'
  8.   ClientHeight = 484
  9.   ClientWidth = 721
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   OnClose = FormClose
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object GroupBox1: TGroupBox
  23.     Left = 0
  24.     Top = 97
  25.     Width = 721
  26.     Height = 368
  27.     Caption = 'Files'
  28.     TabOrder = 0
  29.     object GroupBox2: TGroupBox
  30.       Left = 8
  31.       Top = 16
  32.       Width = 129
  33.       Height = 345
  34.       Caption = 'Select from...'
  35.       TabOrder = 0
  36.       object LBX_NIndex: TListBox
  37.         Left = 8
  38.         Top = 16
  39.         Width = 113
  40.         Height = 321
  41.         Hint = 'Doubleclick to select file'
  42.         ItemHeight = 13
  43.         ParentShowHint = False
  44.         ShowHint = True
  45.         Sorted = True
  46.         TabOrder = 0
  47.         OnDblClick = BT_PlusClick
  48.       end
  49.     end
  50.     object GroupBox3: TGroupBox
  51.       Left = 176
  52.       Top = 16
  53.       Width = 129
  54.       Height = 345
  55.       Caption = 'Selected'
  56.       TabOrder = 5
  57.       object LBX_WIndex: TListBox
  58.         Left = 8
  59.         Top = 16
  60.         Width = 113
  61.         Height = 321
  62.         Hint = 'Doubleclick to '#39'un'#39'-select file'
  63.         ItemHeight = 13
  64.         ParentShowHint = False
  65.         ShowHint = True
  66.         Sorted = True
  67.         TabOrder = 0
  68.         OnDblClick = BT_MinClick
  69.       end
  70.     end
  71.     object BT_Plus: TButton
  72.       Left = 144
  73.       Top = 80
  74.       Width = 25
  75.       Height = 25
  76.       Hint = 'select file'
  77.       Caption = '>'
  78.       ParentShowHint = False
  79.       ShowHint = True
  80.       TabOrder = 1
  81.       OnClick = BT_PlusClick
  82.     end
  83.     object BT_PlusA: TButton
  84.       Left = 144
  85.       Top = 120
  86.       Width = 25
  87.       Height = 25
  88.       Hint = 'Select all files'
  89.       Caption = '>>'
  90.       ParentShowHint = False
  91.       ShowHint = True
  92.       TabOrder = 2
  93.       OnClick = BT_PlusAClick
  94.     end
  95.     object BT_Min: TButton
  96.       Left = 144
  97.       Top = 200
  98.       Width = 25
  99.       Height = 25
  100.       Hint = #39'un'#39'-select file'
  101.       Caption = '<'
  102.       ParentShowHint = False
  103.       ShowHint = True
  104.       TabOrder = 3
  105.       OnClick = BT_MinClick
  106.     end
  107.     object BT_MinA: TButton
  108.       Left = 144
  109.       Top = 240
  110.       Width = 25
  111.       Height = 25
  112.       Hint = #39'un'#39'-select all files'
  113.       Caption = '<<'
  114.       ParentShowHint = False
  115.       ShowHint = True
  116.       TabOrder = 4
  117.       OnClick = BT_MinAClick
  118.     end
  119.     object GB_Keuze: TGroupBox
  120.       Left = 312
  121.       Top = 16
  122.       Width = 401
  123.       Height = 345
  124.       TabOrder = 6
  125.       object Label1: TLabel
  126.         Left = 238
  127.         Top = 296
  128.         Width = 52
  129.         Height = 13
  130.         Caption = 'To check :'
  131.       end
  132.       object LB_TeIndex: TLabel
  133.         Left = 336
  134.         Top = 296
  135.         Width = 6
  136.         Height = 13
  137.         Caption = '0'
  138.       end
  139.       object Label2: TLabel
  140.         Left = 241
  141.         Top = 312
  142.         Width = 49
  143.         Height = 13
  144.         Caption = 'Checked :'
  145.       end
  146.       object LB_GeIndex: TLabel
  147.         Left = 336
  148.         Top = 312
  149.         Width = 6
  150.         Height = 13
  151.         Caption = '0'
  152.       end
  153.       object GroupBox6: TGroupBox
  154.         Left = 8
  155.         Top = 16
  156.         Width = 385
  157.         Height = 89
  158.         Caption = 'Operation'
  159.         TabOrder = 0
  160.         object CB_Pack: TCheckBox
  161.           Left = 16
  162.           Top = 24
  163.           Width = 185
  164.           Height = 17
  165.           Hint = 'check to pack selected files'
  166.           Caption = 'Pack file'
  167.           ParentShowHint = False
  168.           ShowHint = True
  169.           TabOrder = 0
  170.         end
  171.         object CB_ReIndex1: TCheckBox
  172.           Left = 16
  173.           Top = 44
  174.           Width = 177
  175.           Height = 17
  176.           Hint = 'check to reindex selected files'
  177.           Caption = 'Reindex file'
  178.           ParentShowHint = False
  179.           ShowHint = True
  180.           TabOrder = 1
  181.         end
  182.         object CB_Struct: TCheckBox
  183.           Left = 16
  184.           Top = 64
  185.           Width = 153
  186.           Height = 17
  187.           Hint = 'Check to chech structure of selected files'
  188.           Caption = 'Check structure'
  189.           ParentShowHint = False
  190.           ShowHint = True
  191.           TabOrder = 2
  192.         end
  193.       end
  194.       object Panel1: TPanel
  195.         Left = 8
  196.         Top = 292
  197.         Width = 193
  198.         Height = 41
  199.         ParentShowHint = False
  200.         ShowHint = True
  201.         TabOrder = 2
  202.         object BT_Start: TBitBtn
  203.           Left = 8
  204.           Top = 8
  205.           Width = 177
  206.           Height = 25
  207.           Hint = 'Push here to start checking'
  208.           Caption = 'Start check'
  209.           ParentShowHint = False
  210.           ShowHint = True
  211.           TabOrder = 0
  212.           OnClick = BT_StartClick
  213.           Glyph.Data = {
  214.             42010000424D4201000000000000760000002800000011000000110000000100
  215.             040000000000CC00000000000000000000001000000010000000000000000000
  216.             BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000
  217.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  218.             7777700000007777777777777777700000007444444444444777700000007488
  219.             8888888847777000000074777777770747777000000074700700700047777000
  220.             000074777777770007777000000074700700700B80777000000074777777770B
  221.             707770000000744444444440B8077000000074F44F44F440B707700000007444
  222.             444444440B80700000007777777777770B807000000077777777777770050000
  223.             0000777777777777705500000000777777777777770070000000777777777777
  224.             777770000000}
  225.         end
  226.       end
  227.       object GroupBox4: TGroupBox
  228.         Left = 8
  229.         Top = 112
  230.         Width = 385
  231.         Height = 117
  232.         Caption = 'Description from DBI-files'
  233.         TabOrder = 1
  234.         object CB_Leeg: TCheckBox
  235.           Left = 16
  236.           Top = 64
  237.           Width = 361
  238.           Height = 17
  239.           Hint = 
  240.             'Check to delete all the data in from the selected files and '#13#10're' +
  241.             'build them according to the description of the DBI-file'
  242.           Caption = 'Empty file and rebuild from DBI-file'
  243.           Font.Charset = DEFAULT_CHARSET
  244.           Font.Color = clRed
  245.           Font.Height = -11
  246.           Font.Name = 'MS Sans Serif'
  247.           Font.Style = []
  248.           ParentFont = False
  249.           ParentShowHint = False
  250.           ShowHint = True
  251.           TabOrder = 1
  252.         end
  253.         object CB_ReIndex2: TCheckBox
  254.           Left = 16
  255.           Top = 24
  256.           Width = 361
  257.           Height = 17
  258.           Hint = 
  259.             'Check to delete the indexes from selected files and '#13#10'rebuild th' +
  260.             'em according to the description of the DBI-file'
  261.           Caption = 'Delete indexes and rebuild from DBI-files'
  262.           ParentShowHint = False
  263.           ShowHint = True
  264.           TabOrder = 0
  265.         end
  266.         object CB_IniData: TCheckBox
  267.           Left = 16
  268.           Top = 84
  269.           Width = 361
  270.           Height = 17
  271.           Hint = 'Check make DBI-files from the selected files.'
  272.           Caption = 'Make DBI-file from datafile'
  273.           ParentShowHint = False
  274.           ShowHint = True
  275.           TabOrder = 2
  276.         end
  277.         object CB_Heropbouw: TCheckBox
  278.           Left = 16
  279.           Top = 44
  280.           Width = 361
  281.           Height = 17
  282.           Hint = 'Check to rebuild selected files.'
  283.           Caption = 'Rebuild file from DBI-file'
  284.           ParentShowHint = False
  285.           ShowHint = True
  286.           TabOrder = 3
  287.         end
  288.       end
  289.       object GroupBox5: TGroupBox
  290.         Left = 8
  291.         Top = 232
  292.         Width = 385
  293.         Height = 49
  294.         Caption = 'Delete old files'
  295.         TabOrder = 3
  296.         object CB_Conversie: TCheckBox
  297.           Left = 16
  298.           Top = 24
  299.           Width = 361
  300.           Height = 17
  301.           Caption = 'Delete old files after conversion'
  302.           TabOrder = 0
  303.         end
  304.       end
  305.     end
  306.   end
  307.   object Panel2: TPanel
  308.     Left = 0
  309.     Top = 465
  310.     Width = 721
  311.     Height = 19
  312.     Align = alBottom
  313.     BevelOuter = bvLowered
  314.     TabOrder = 1
  315.     object Label3: TLabel
  316.       Left = 7
  317.       Top = 3
  318.       Width = 330
  319.       Height = 13
  320.       AutoSize = False
  321.       Caption = '(C) 1999 Biets Freddy'
  322.     end
  323.     object ProgressBar1: TProgressBar
  324.       Left = 344
  325.       Top = 1
  326.       Width = 376
  327.       Height = 17
  328.       Align = alRight
  329.       Min = 0
  330.       Max = 100
  331.       TabOrder = 0
  332.     end
  333.   end
  334.   object GroupBox7: TGroupBox
  335.     Left = 0
  336.     Top = 0
  337.     Width = 721
  338.     Height = 97
  339.     Align = alTop
  340.     Caption = 'File location'
  341.     TabOrder = 2
  342.     object Label4: TLabel
  343.       Left = 15
  344.       Top = 27
  345.       Width = 47
  346.       Height = 13
  347.       Caption = 'Datafiles :'
  348.     end
  349.     object Label5: TLabel
  350.       Left = 14
  351.       Top = 56
  352.       Width = 48
  353.       Height = 13
  354.       Caption = 'DBI-Files :'
  355.     end
  356.     object DirectoryEdit1: TDirectoryEdit
  357.       Left = 72
  358.       Top = 24
  359.       Width = 633
  360.       Height = 21
  361.       InitialDir = '.'
  362.       DirectInput = False
  363.       NumGlyphs = 1
  364.       TabOrder = 0
  365.       Text = '.'
  366.       OnChange = DirectoryEdit1Change
  367.     end
  368.     object DirectoryEdit2: TDirectoryEdit
  369.       Left = 72
  370.       Top = 56
  371.       Width = 633
  372.       Height = 21
  373.       DialogOptions = [sdAllowCreate, sdPerformCreate, sdPrompt]
  374.       InitialDir = '.'
  375.       DirectInput = False
  376.       NumGlyphs = 1
  377.       TabOrder = 1
  378.       Text = '.'
  379.     end
  380.   end
  381.   object FC: TBFC_FileCheck
  382.     Pack = False
  383.     RebuildIndex = False
  384.     NewIndex = False
  385.     RebuildFile = False
  386.     NewFile = False
  387.     CtrlStruct = False
  388.     MakeIni = False
  389.     DeleteToRecycleBin = True
  390.     Left = 656
  391.     Top = 129
  392.   end
  393. end
  394.